﻿.bannerMenu .contentBanner {
  height: calc(78vh - 160px);
}

section.services-sec {
  background-image: url(../images/home/Patterns_1.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 60px;
}

.weAreSec {
  background-image: url(../images/home/Patterns_2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.awareness-sec {
  padding-block: 60px;
  background-image: url(../images/home/Patterns_3.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 991.98px) {
  .awareness-sec {
    padding-top: 40px;
  }
}

.newHome {
  background-image: url(../images/home/Patterns_4.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 30px;
}

.footerDGA {
  background-image: url(../images/home/Footer.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-block: 116px 100px !important;
  position: relative;
}
.footerDGA .logos-box {
  display: inline-flex;
  gap: 16px;
}
.footerDGA .btm-footer .footer-last .dir-links,
.footerDGA .btm-footer .footer-last .dir-links-2 {
  list-style: none;
  padding: 0;
}
.footerDGA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: url(../images/home/Footer.svg) no-repeat center bottom;
}
.logos-box {
    flex-direction: row-reverse;
}
.bannerMenu .contentBanner::after{
	visibility:hidden;
}
/*# sourceMappingURL=national-day.css.map */
